type github.com/jackc/pgx/v5/pgtype.scanPlanBinaryTimestampToTimestampScanner

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		timestamp.go#L247: 			return &scanPlanBinaryTimestampToTimestampScanner{location: c.ScanLocation}
		timestamp.go#L259: type scanPlanBinaryTimestampToTimestampScanner struct{ location *time.Location }
		timestamp.go#L261: func (plan *scanPlanBinaryTimestampToTimestampScanner) Scan(src []byte, dst any) error {